home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Scene Storm
/
Scene Storm - Volume 1.iso
/
coding
/
c
/
xprd
/
src
/
xpr.h
< prev
next >
Wrap
Text File
|
1995-11-05
|
161b
|
10 lines
/*
Protos for XPR
*/
int xprinit(char*);
int xprsend(void);
int xprreceive(void);
void xprclose(void);
void __stdargs plog(char,char*,long arg1,long arg2);